home *** CD-ROM | disk | FTP | other *** search
/ Champak 64 / Volume 64 - JOGO DISK .iso / Games / skecthpad.swf / scripts / frame_53 / PlaceObject2_442_1037 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-04-25  |  222b  |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root["drawline" + _root.symboller]) && _root.swapping == true)
  3.    {
  4.       _root.score -= 3;
  5.       if(_root.score < 0)
  6.       {
  7.          _root.score = 0;
  8.       }
  9.    }
  10. }
  11.